home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Phreaking⁄Wardialers / Phreaking texts / CopyrightSoftware.txt < prev    next >
Text File  |  1999-01-28  |  35KB  |  817 lines

  1. Well, a bunch of people have been asking for this text, so please bear with me for a couple messages.
  2. -----------------------
  3.                     HOW TO COPYRIGHT SOFTWARE
  4.                     -------------------------
  5.                        (c) 1990 Locus Inc
  6.  
  7.  
  8. PREFACE
  9.  
  10.      This booklet is a programmer's guide to copyrighting software.
  11. It contains step-by-step instructions from a programmer/attorney
  12. how to apply for a Certificate of Copyright Registration.  This
  13. material is being distributed on the honor system.  It is not
  14. public domain or free, although it may be uploaded or downloaded
  15. freely.  Just like a book in a bookstore, you have a limited
  16. right to look before you buy.  If you send $12.95 to the address
  17. below, you will receive a printed copy of the complete work,
  18. including the official forms that could not be included because
  19. they contains non-ASCII graphics.  BBS Support (502) 561-0742.
  20.  
  21.                    Thank you for your support!
  22.                              * * *
  23.                Locus Incorporated, 122 Peace Lane,
  24.             Pewee Valley, Louisville, KY  40056-9001
  25.                              * * *
  26.  
  27.  
  28. INTRODUCTION
  29.  
  30.      Everyone knows how easily computer programs and manuals can
  31. be copied.  Registration with the United States Copyright Office
  32. in Washington D.C. is an excellent way to protect your valuable
  33. work product with a minimum of red tape and expense.  Patents and
  34. trademarks are also valuable for computer software, but are
  35. beyond the scope of this simple work.  Patent and Trademark Office
  36. rules are not quite as "user friendly" as the Copyright Office.
  37.  
  38.      Understanding software protection requires some familiarity
  39. with the law of copyrights.  Chapter 1 explains the basics of
  40. copyright law relating to computer software.  Chapter 2 takes a
  41. nuts-and-bolts approach how to fill out the official Copyright
  42. Form TX to apply for a Certificate of Copyright Registration.
  43. Chapter 3 deals with the remaining details of what, when, where
  44. and how much to send to the Copyright Office along with your
  45. application.
  46.  
  47.                            * * * * *
  48.  
  49. NOTE:  This file is in standard ASCII text format with a hard
  50. carriage return at the end of each line.  It contains no special
  51. characters or printer control codes.
  52.  
  53. ================================================================
  54.  
  55. TABLE OF CONTENTS
  56.  
  57. Preface
  58. Introduction
  59.  
  60. Chapter 1  Computer Law Basics
  61.   1.1        Ideas are Free
  62.   1.2        Scope of Protection
  63.   1.3        Bundle of Rights
  64.   1.4        Infringements
  65.   1.5        Copyright Notice
  66.  
  67. Chapter 2  Application Form TX
  68.   2.1        Space 1 - Title
  69.   2.2        Space 2 - Authorship
  70.   2.2.1        Name of Author
  71.   2.2.2        Works Made For Hire
  72.   2.2.3        Nationality
  73.   2.2.4        Anonymity
  74.   2.2.5        Nature of Authorship
  75.   2.3        Space 3 - Dates
  76.   2.3.1        Creation
  77.   2.3.2        Publication
  78.   2.4        Space 4 - Claimant
  79.   2.4.1        Claimant is Author
  80.   2.4.2        Claimant is not Author
  81.   2.4.3        Claimant is Joint Author
  82.   2.4.4        Transfer Statement
  83.   2.5        Space 5 - Previous Registration
  84.   2.6        Space 6 - Derivative Works or Compilations
  85.   2.6.1        Preexisting Material
  86.   2.6.2        Material Added
  87.   2.6.3        Examples
  88.   2.7        Space 7 - (deleted)
  89.   2.8        Space 8 - Reproduction for Blind or Handicapped
  90.   2.9        Space 9 - Correspondence From Office
  91.   2.10       Space 10 - Signature and Certification
  92.   2.11       Space 11 - Return Address For Certificate
  93.  
  94. Chapter 3  Final Steps
  95.   3.1        Filing Fee
  96.   3.2        Deposit Requirements
  97.   3.2.1        Special Relief and Trade Secrets
  98.   3.2.2        Object Code and Rule of Doubt
  99.   3.2.3        Screen Displays
  100.   3.3        Mailing
  101.   3.4        Office Action
  102.   3.5        About the Author
  103.  
  104. Appendix
  105. Index
  106.  
  107. ================================================================
  108.  
  109. CHAPTER 1:  COMPUTER LAW BASICS
  110.  
  111.      This booklet is designed to be a practical guide for non-
  112. lawyers.  A  conscious effort was made to cut out legalese and
  113. lawyer talk.  However, copyrights are deceptively simple.  The
  114. basic concepts can be stated in a few sentences, yet the law
  115. construing them occupies volumes.  By all means, consult with your
  116. lawyer if you have questions about any part of this registration
  117. process.  Or feel free to call the support BBS listed above.  Two
  118. other good sources of online legal information are GEnie's Legacy
  119. and Compuserve's LawSig.
  120.  
  121.  
  122. 1.1  IDEAS ARE FREE
  123.  
  124.       Copyright does not protect ideas, only expressions of
  125. ideas.  What does that mean?  Think about it.  An idea is an
  126. original thought in your brain.  An expression is that same
  127. thought reduced to something you can see or hear.  Particularly
  128. with software, if you can see it you probably have an expression.
  129. For example, you can see source code, but not mental logic.
  130. Therefore, source code is protected, logic is not.  Thus, the first
  131. rule for any copyright is there must be a tangible form of
  132. expression.
  133.  
  134.      The second rule is that the expression must be original.
  135. However, a single idea can be expressed more than one way.  For
  136. example,  Lotus 1-2-3 and Microsoft Excel both share the same
  137. idea of an electronic spreadsheet, yet each expresses the idea
  138. differently.  They have different interfaces, file structures,
  139. and source code.  There is no infringement.  So, copyright only
  140. protects original expressions that are fixed in some tangible
  141. format.
  142.  
  143.      Sometimes an idea is so common or there are so few ways to
  144. express it that the idea and the expression are said to merge.
  145. A merger of the idea and its expression occurs when the expression
  146. is indispensable to the treatment of the idea.  As a result, the
  147. scope of protection may be severely limited if you end up in court.
  148.  
  149.  
  150. 1.2  SCOPE OF PROTECTION
  151.  
  152.      Copyright protection is readily available for computer
  153. programs in all their forms, including source code, object code,
  154. and microcode.  You can also copyright written documentation and
  155. user manuals on the same application made for software.  However,
  156. copyright protection does NOT extend to the underlying procedure,
  157. process, system, method, concept, principle, discovery, formula or
  158. algorithm, regardless of the format in which it is coded,
  159. described, illustrated or embodied in the work.
  160.  
  161.      A derivative work is one based upon or incorporating a
  162. preexisting work.  For example, MicroSoft Windows 3.0 derives
  163. from Windows 2.0, thus 3.0 is a derivative work of 2.0, and so
  164. on.  Other examples of derivative works include translations (ex.
  165. rewriting BASIC into C), abridgements (ex. releasing a Lite
  166. version), and additions (ex. adding pulldown menus).  So whenever
  167. a work is recast, transformed, or adapted, and the changes are
  168. significant enough, you have a derivative work.
  169.  
  170.      A compilation occurs when you collect and assemble other
  171. preexisting materials or data.  The creative effort in a
  172. compilation copyright is in how you select, coordinate, or arrange
  173. the material.  The classic example of a compilation copyright is
  174. the telephone directory.  Another example would be a sampler disk
  175. or a collection of programs from various authors (ex. PC Magazine
  176. Utilities Disk).  Note that you must have a copyright owner's
  177. permission before reproducing, including or changing his work.
  178.  
  179.      Public domain materials do not belong to anyone.  They may
  180. be copyrights that have expired or the author has dedicated to
  181. the public.  Or perhaps the author never registered the work, or
  182. maybe the registration was denied for lack of proper subject
  183. matter.  Whatever the reason, public domain material does not
  184. have an owner, per se, and may be copied or included in derivative
  185. works and compilations.
  186.  
  187.  
  188. 1.3  BUNDLE OF RIGHTS
  189.  
  190.      A copyright owner has certain exclusive rights.  Only the
  191. owner of a copyright on a program can:  (1) reproduce or authorize
  192. copying of the program;  (2) make derivative works or changes to
  193. the program;  and (3) distribute, license or sell the program.
  194. These exclusive rights last for the life of the author, plus 50
  195. years.  Or if the  work was made for hire (see Section 2.2.2), for
  196. 75 years from the date of publication, or 100 years from creation,
  197. whichever is shorter.
  198.  
  199.      Having a Certificate of Registration is prima facie evidence
  200. of the validity of your copyright.  Also, if you are registered
  201. at the time of the infringement, the defendant can no longer
  202. claim to be an "innocent infringer."  Plus, you can recover your
  203. attorney fees if you have to go to court to enforce your rights
  204. (and win).
  205.  
  206.      When courts must determine who has right, title and interest
  207. in a program, judges often struggle with the idea-expression
  208. dichotomy.  However, modern courts have recognized that software
  209. consists of four legally significant elements:  (1) source and
  210. object code;  (2) structure, sequence and organization;  (3)
  211. function or purpose; and  (4) user interface.  Copyright treats
  212. each element as an independent work of authorship provided it
  213. qualifies as an expression rather than an idea.
  214.  
  215.  
  216. 1.4  INFRINGEMENTS
  217.  
  218.      Suppose you discover that someone is making unauthorized
  219. copies or your program or is marketing, how can we say, a
  220. "strikingly similar workalike?"  What can you do?  Once your
  221. program has been registered, you can file a copyright infringement
  222. suit in federal court.  The judge can issue an injunction against
  223. the defendant to cease and desist the infringing activities.  The
  224. judge can even order the U.S. Marshall to seize the infringing
  225. materials.  At trial, you can win money damages based on your lost
  226. business or the defendant's unjust profits.  Or if your damages are
  227. speculative, you can demand statutory damages of up to $100,000 per
  228. infringement (if registered at the time of the infringement).
  229.  
  230.      Note that you cannot begin a copyright infringement suit until
  231. your program is registered.  If you are not registered at the time
  232. you learn of the infringement, you have to hurry up and do it.
  233. Fortunately, the Copyright Office can provide expedited handling
  234. upon special request.  A "Request for Special Handling" (see
  235. Appendix C) must contain a sworn statement explaining the urgency,
  236. accompanied by a special fee of $200.00.  If your request is
  237. granted, the Office will try to process the application within five
  238. days.
  239.  
  240.      To constitute an infringement, two programs must be
  241. "substantially similar."  Obviously, this is a subjective standard.
  242. Therefore, modern courts are using a two-part test to determine
  243. whether two  computer programs are substantially similar.  First,
  244. an expert programmer may scrutinize the programs and testify
  245. whether their sequence, structure and organization have a
  246. "comprehensive nonliteral similarity."  Second, a judge or jury may
  247. look at the programs side by side and say whether they have the
  248. same overall "look and feel."  If both tests are true, there is
  249. an infringement.
  250.  
  251. 1.5  COPYRIGHT NOTICE
  252.  
  253.      The copyright notice below no longer required, however it is
  254. still highly recommended.  If the purpose of copyright is to
  255. protect, why not use this simple device?  Thus, the following words
  256. should appear prominently in the source code, and on the bootup
  257. screen, the user manuals, and all other documentation and
  258. distribution media:
  259.  
  260. **********************************************************
  261. *  COPYRIGHT (C) 1990 ABC COMPANY.  ALL RIGHTS RESERVED. *
  262. **********************************************************
  263.  
  264.      The three parts to the copyright notice are :  (1) the word
  265. COPYRIGHT or COPR, or the letter (C) in a circle/parentheses;  (2)
  266. the YEAR of creation or first publication;  and (3) the NAME of the
  267. copyright owner.  The phrase ALL RIGHTS RESERVED is not absolutely
  268. necessary, but warns others of your claim to ALL other rights in
  269. the work, including patents, trademarks, and trade secrets.
  270.  
  271. ================================================================
  272.  
  273.  
  274. CHAPTER 2:  APPLICATION FORM TX
  275.  
  276.      A copyright certificate is to a program like a deed is to
  277. land.  Both are evidence of ownership and title.  Actually, your
  278. copyrights existed from the moment you wrote the program.  But to
  279. perfect your rights you must register with the U.S. Copyright
  280. Office.  The registration process usually takes about three to six
  281. months.
  282.  
  283.        The Copyright Office considers computer programs to be
  284. "writings," therefore we use the same as is required for books and
  285. other literary works.  Form TX is short for TeXt.  The following
  286. are all that are required to apply for a copyright:
  287.  
  288.           (1)  One completed Form TX.
  289.           (2)  One copy of the program.
  290.           (3)  The filing fee.
  291.  
  292.       A blank Form TX and other forms are attached in the Appendix.
  293. You can submit you application on photocopies of these official
  294. forms, but make sure they are on two-sided paper.  The Appendix
  295. also contains a sample of a completed Form TX on which a
  296. Certificate of Copyright Registration was issued.
  297.  
  298.       The Copyright Office has a policy of Single Registration,
  299. that is, one application per work.  Since a program is rarely one
  300. giant piece of code, but a system of interdependent parts (such as,
  301. overlays, drivers, help files, etc.), the question is whether one
  302. application can cover everything?  YES.  All these parts, including
  303. user manuals and documentation, are considered a single work for
  304. registration purposes and can be handled on one application.
  305.  
  306.      The TX form is only two pages long, with 11 numbered spaces
  307. for providing information.  Each space has multiple lines; some
  308. have boxes to check.  Throughout this Chapter, the Section
  309. numbering scheme corresponds to the appropriate space on the TX
  310. form.  Examples how to complete the spaces are in ALL CAPITAL
  311. LETTERS or "in quotes."
  312.  
  313.  
  314. 2.1  SPACE 1 - TITLE
  315.  
  316.      The name or title of your program goes in Space 1, Line 1.
  317. This should be the full, popular title of your program, including
  318. version number (if any).  For example: "MICROSOFT QUICKBASIC 4.5"
  319. or "LOTUS 1-2-3, RELEASE 3.0."  There is no copyright in titles,
  320. so the program name does not have to be completely original.
  321. Just be sure not to use someone else's trade name or trademark
  322. without their permission.
  323.  
  324.      Usually, you can skip the rest of Space 1.  However, if your
  325. program has another name, give that name in Line 2 of Space 1.  Or
  326. if your program is part of a collection (such as a sampler disk or
  327. magazine), give the title of the magazine or sampler in Line 3, and
  328. state the volume and issue number in Line 4.  For example, "BYTE
  329. MAGAZINE, JANUARY 1991."
  330.  
  331.  
  332. 2.2  SPACE 2 - AUTHORSHIP
  333.  
  334.     This is the most important section.  Your answers here must be
  335. consistent with your answers in Space 4 (Claimant).  Correctly
  336. identifying authorship involves significant rights and will have a
  337. major impact on ultimate ownership, use, and transfer of the
  338. software.  Be sure to read through all of Section 2.2 first.
  339.  
  340. 2.2.1  NAME OF AUTHOR
  341.  
  342.   FOR INDIVIDUALS ==>  If you wrote the program, put your full
  343. name and birthdate in Line 1 of Space 2(a).  If you wrote the
  344. software jointly with one or more people with the intention that
  345. all contributions be merged into a whole, give each person's full
  346. name and birthdate in Spaces 2(b), 2(c), etc. If additional
  347. spaces are needed, use Form TX/CON in Appendix A.
  348.  
  349.   FOR BUSINESSES ==>  If you are operating as a business and the
  350. programming was done by you or regular employees of your business,
  351. then put your company's full legal name as the author in Space
  352. 2(a), Line 1.  Leave the birthdate information blank.  Please be
  353. sure to read Section 2.2.2 very closely, especially if you had
  354. any contract programming done.
  355.  
  356.  2.2.2  WORK MADE-FOR-HIRE.  On the left side of Line 2, Space 2,
  357. there is a check box for a tricky question:  "Was this contribution
  358. to the work a 'work made for hire'?"  This is a legal term of art.
  359. A work is made-for-hire if it is (1) prepared by employees within
  360. the scope of their employment;  or (2) specially ordered or
  361. commissioned and the parties agree IN WRITING that the work is
  362. made-for-hire.  The author of a work made-for-hire is generally the
  363. employer, not the employee.  Just because you paid for it doesn't
  364. mean it yours.
  365.  
  366.      Work-for-hire situations can arise several ways.  For example,
  367. a dentist hires a neighbor's kid to write a billing system, or a
  368. bank hires temporary contract programmers to finish a big project.
  369. Even if the programmer is given instructions every step of the
  370. way, there must be a written agreement signed by both parties
  371. acknowledging the work is made-for-hire.  Otherwise, all or part
  372. of the copyright belongs to the programmer.
  373.  
  374.       Therefore, if any part of the program was made-for-hire,
  375. you must check "YES" in the box provided on Line 2 of Space 2, give
  376. the employer's name as the Author of that part of the work.  Leave
  377. the space for dates of birth and death blank.
  378.  
  379. 2.2.3  NATIONALITY.  In the middle of Line 2 of Space 2, you must
  380. give the country where the author is a citizen or is domiciled.
  381. In most cases, the author of the work will be a U.S. citizen or
  382. business.  In general, a person is domiciled in the place where he
  383. or she has a fixed and permanent residence with an intention to
  384. continue living at that residence for an unlimited time or to
  385. return to it whenever absent.  If the author is a foreign company,
  386. give the country where the business is domiciled.
  387.  
  388. 2.2.4  ANONYMITY.  On the right of Space 2, Line 2, you can
  389. register anonymously.  Anonymous registration is NOT recommended.
  390. You should just check "NO" to both questions here.  Always check
  391. with your attorney before checking Anonymous or Pseudonymous.  But
  392. if you insist on being Anonymous, you can put "ANONYMOUS" for the
  393. Name of Author in Line 1, or just leave blanks for the Name. If you
  394. insist, you can give a pseudonym for the Name of Author, provided
  395. you qualify it with the word "PSEUDONYM" (ex. "BIG JOHN,
  396. PSEUDONYM"), or you can give your real name plus your pseudonym
  397. (ex. "WILLIAM GATES, WHOSE PSEUDONYM IS WILD BILL").
  398.  
  399. 2.2.5  NATURE OF AUTHORSHIP.  In Space 2, Line 3, the Copyright
  400. Office wants a VERY BRIEF description of your work.  Brief Means
  401. Terse!  Just put "COMPUTER PROGRAM."  If you also want to register
  402. the documentation, just put "COMPUTER PROGRAM AND DOCUMENTATION."
  403. Get the picture?  Do not give any more detail than absolutely
  404. necessary.  Particularly avoid descriptions of program functions,
  405. screens, design, structure, and the like.  The more detailed you
  406. get, the more likely the Copyright Office will question your
  407. application.
  408.  
  409.  
  410. 2.3  SPACE 3 - DATES
  411.  
  412. 2.3.1  CREATION.  In Space 3(a), put the year the finished program
  413. was created.  A program is created when it is fixed in some
  414. permanent tangible form.  This is not to say you cannot change it
  415. later since each significant version constitutes a copyrightable
  416. work.  In any event, make sure the creation date is consistent with
  417. other dates appearing on the application and in the program.
  418.  
  419. 2.3.2  PUBLICATION.  A program is published when it is sold,
  420. transferred, assigned, licensed, rented, leased, or offered for
  421. distribution to the public.  If your program has never been
  422. published, just leave the date and nation information in Space
  423. 3(b) blank.  If your program has been published, then you must
  424. give the date and nation where it was first published.  The
  425. approximate date is acceptable if you cannot recall exactly.
  426.  
  427.  
  428. 2.4  SPACE 4 - CLAIMANT
  429.  
  430.      The claimant is the person or company who is now claiming
  431. ownership and title in the copyright, or at least part of it.
  432. Usually, the claimant and the author are the same.  However, the
  433. claimant may be different when there has been an assignment or some
  434. other form of transfer from the author originally named in Space 2.
  435. If that is case, a brief transfer statement must be made (see
  436. Section 2.4.4).  In pseudocode:
  437.  
  438.      IF SPACE 4 = SPACE 2
  439.         NO TRANSFER STATEMENT REQUIRED
  440.      ELSE
  441.         TRANSFER STATEMENT REQUIRED.
  442.  
  443. 2.4.1  If the claimant is the SAME as the author named in Space
  444. 2, put his or her or its name and address in Space 4, Line 1.
  445. Obviously, you do not need a transfer statement if there has been
  446. no transfer.
  447.  
  448. 2.4.2  If the claimant is DIFFERENT from the author named in Space
  449. 2, you need to explain this discrepancy.  Thus, in Space 4, Line 1
  450. give the claimant's full name and address, and on Line 2 give a
  451. brief statement how title was transferred (see Section 2.4.4).
  452.  
  453. 2.4.3  If there were joint authors and the claimant is less than
  454. ALL of the authors, again you will need to explain this.  In Space
  455. 4, Line 1 give this claimant's full name and address, and on Line 2
  456. give a brief transfer statement how this claimant got title to the
  457. entire work was obtained (see Section 2.4.4).
  458.  
  459. 2.4.4  TRANSFER STATEMENT.  The transfer statement is a very brief
  460. explanation how the claimant got ownership.  It is NOT the document
  461. itself.  Rather, the transfer statement need only be a word or two,
  462. such as "BY ASSIGNMENT" or "BY WRITTEN AGREEMENT."   Do NOT attach
  463. the transfer document itself.  However, transfer documents can be
  464. filed separately with the Copyright Office by sending a letter of
  465. request and a $10.00 filing fee per document.
  466.  
  467.  
  468.  2.5  SPACE 5 - PREVIOUS REGISTRATION
  469.  
  470.      Each version or release of a program is a different work.
  471. If you have registered your program before, check "YES" in the TOP
  472. box in Space 5, plus check one or more of the next 3 boxes in Space
  473. 5 to explain why another registration is being sought.  Those
  474. reasons include:
  475.  
  476.   (1)  The program was unpublished when you first registered, and
  477. you now seek a second registration to cover your first published
  478. edition.  Check the SECOND box.
  479.  
  480.   (2)  The program was previously registered by somebody else
  481. (perhaps a co-author), and you now seek registration in your
  482. name.  Check the THIRD box.
  483.  
  484.   (3)  You revised the program since the first registration, and
  485. now seek registration on the changed version.  Check the FOURTH
  486. box AND complete Space 6.
  487.  
  488.      If you checked "YES" to the TOP box, you must give the
  489. previous registration number and the year of registration on the
  490. bottom line of Space 5.  If you made more than one registration
  491. of this program, you need only give the latest registration
  492. number and year.
  493.  
  494.  
  495. 2.6  SPACE 6 - DERIVATIVE WORKS or COMPILATIONS
  496.  
  497.      You only need to complete Space 6 if your program is a
  498. derivative work, a changed version of another work, or a
  499. compilation of preexisting works (see Sections 1.3 and 2.5 above).
  500. Derivative or changed works are based upon or derived from one or
  501. more preexisting works.  A compilation collects or assembles
  502. preexisting materials from various sources, or extracts and
  503. reassembles material or data from another source.  You must
  504. complete Spaces 6a and 6b for derivative or changed works, but
  505. for compilations you need only complete Space 6b.
  506.  
  507. 2.6.1  PREEXISTING MATERIAL.  Space 6a is for derivative works or
  508. changed versions only.  Here, briefly describe the preexisting
  509. material or program you updated, adapted or transformed.  That
  510. is, identify any preexisting works your program may be based on
  511. or incorporate.  This may include public domain or government
  512. material (see examples in Section 2.6.3)
  513.  
  514. 2.6.2  MATERIAL ADDED.  Space 6b is for derivative works and
  515. compilations.  The Copyright Office wants a BRIEF statement of
  516. any added material in which you now claim copyright.  If you have
  517. a derivative or changed work, give a short description what is
  518. new about this changed version.  Or if you have a compilation,
  519. start your description with the word "COMPILATION," then summarize
  520. briefly your efforts in creating this work.
  521.  
  522. 2.6.3  EXAMPLES.  Examples of how you might complete Spaces 6a and
  523. 6b for derivative works and/or compilations are set forth below:
  524.  
  525.   (1)  For a derivative work, such as WordPerfect 5.1 -
  526.          6a - "WordPerfect 5.0"
  527.          6b - "Additional features and text"
  528.  
  529.   (2)  For a compilation, such as the PC Mag Utilities Disk -
  530.          6a - (leave blank)
  531.          6b - "Compilation of DOS utilities and text"
  532.  
  533.   (3)  For a derivative work AND compilation, such as a
  534.        program incorporating public domain material -
  535.          6a - "Standard file compression routines"
  536.          6b - "Additional programming and text"
  537.  
  538.  
  539. 2.7  SPACE 7 - (DELETED)
  540.  
  541.      In the past, Space 7 was used for manufacturing provisions,
  542. but it is no longer required.  The new TX forms have deleted this
  543. space.  If you happen to have an old TX form, just leave Space 7
  544. blank.
  545.  
  546.  
  547. 2.8  SPACE 8 - REPRODUCTION FOR BLIND OR HANDICAPPED
  548.  
  549.      The Library of Congress reproduces and distributes some
  550. works for use by blind or physically handicapped individuals.  If
  551. you wish to grant the Library of Congress a limited right to copy
  552. and distribute your work solely for the blind or handicapped,
  553. check Box 8b and sign your name.  You can always terminate this
  554. license upon 90 days notice.
  555.  
  556. 2.9  SPACE 9 - CORRESPONDENCE FROM OFFICE
  557.  
  558.      Skip the first half of Space 9, DEPOSIT ACCOUNT, unless of
  559. course you have a charge account with the Copyright Office )if
  560. that is the case, why do you need this booklet?)
  561.  
  562.      However, the second half of Space 9 is very important in case
  563. the Copyright Examiner needs to contact you.  Give your name
  564. (or person most suited to answer questions), an address and
  565. daytime telephone number  Often a simple phone call from the
  566. Examiner can straighten out the problem.
  567.  
  568.  
  569. 2.10  SPACE 10 - SIGNATURE AND CERTIFICATION
  570.  
  571.      Finally, you get to sign the application in Space 10.  In the
  572. top part of Space 10, check one of the boxes indicating your
  573. status as the:  (a) author;  (b) other copyright claimant;  (c)
  574. owner of exclusive rights;  or (d) authorized agent of a, b or c.
  575.  
  576.      On the middle line of Space 10, type or print your name and
  577. the date you signed the application.  Make sure that if you
  578. listed the work as published in Space 3, the date signed is later
  579. than the date published.
  580.  
  581.      Put your signature on the bottom line of Space 10, where the
  582. finger is pointing.  By signing the application, you are certifying
  583. that everything is true and accurate to the best of your knowledge.
  584. The TX form warns that any false representation of a material fact
  585. in an application for copyright or in any written statement filed
  586. in connection with it SHALL be fined up to $2,500.
  587.  
  588.  
  589. 2.11  SPACE 11 - MAIL CERTIFICATE TO
  590.  
  591.      In Space 11, give the name and full mailing address where
  592. you want the Certificate of Copyright Registration mailed. Usually,
  593. this is the same address you have used time after time herein.  If
  594. you need to, you can have the certificate mailed to somebody else.
  595.  
  596. ================================================================
  597.  
  598. CHAPTER 3:  FINAL STEPS
  599.  
  600. 3.1  FILING FEE
  601.  
  602.      The required filing fee for each application is $10.00 until
  603. January 2, 1991.  Beginning January 3, 1991, the filing fee is
  604. $20.00 per work.  This fee is non-refundable.  You can make your
  605. check or money order payable to the "Register of Copyrights."
  606.  
  607.  
  608. 3.2  DEPOSIT REQUIREMENTS
  609.  
  610.      The Copyright Office requires that you deposit with the
  611. Library of Congress a "best edition" of your work.  In most
  612. cases, the best edition of a computer program is its source code.
  613. You do not have to deposit the entire source code listing.
  614.  
  615.      The source code may be deposited in any form visually
  616. perceptible without the aid of a machine or device, on paper or
  617. microform, preferably showing the copyright notice.  Filing on
  618. floppy disks and magnetic media are under consideration, but are
  619. not required at the time of this writing.  The following deposit
  620. options are regularly available:
  621.  
  622.   (1)  The first 25 and last 25 pages of source code.
  623.  
  624.   (2)  If you have multiple programs, the first 25 pages from the
  625. first program and the last 25 pages from the last program.
  626.  
  627.   (3)  If you have a revised version, and no changes or additions
  628. are contained in the first 25 and last 25 pages, you can send any
  629. 50 representative pages of the revised material.
  630.  
  631.      However, if you absolutely refuse to disclose ANY of your
  632. source code, special deposit procedures are available and explained
  633. in the following Section.
  634.  
  635. 3.2.1  SPECIAL RELIEF AND TRADE SECRETS.  Since Copyright Office
  636. records are open to the public, trade secrets could be lost if you
  637. deposit a significant portion of your source code.  Recognizing
  638. this possibility, the Copyright Office provides for special relief
  639. from the above deposit options.  Just write a letter to the Chief
  640. Examiner requesting special relief, and the following deposit
  641. options are available:
  642.  
  643.   (1)  The first 25 and last 25 pages of source code with up to
  644. 50% blocked out.  The blocked-out portions must be proportionately
  645. less than the material remaining.  Some people photocopy the source
  646. code through a clear plastic sheet with masking tape blocking out
  647. half the sheet.
  648.  
  649.   (2)  The first and last 10 pages of source code with NO blocked
  650. out portions.
  651.  
  652.   (3)  The first and last 25 pages of object code, plus any 10 or
  653. more consecutive pages of source code with NO blocked-out portions.
  654.  
  655. 3.2.2  OBJECT CODE AND RULE OF DOUBT.  As mentioned before, in
  656. rare cases you may deposit object code.  Deposits of object code
  657. are subject to the Copyright Office's "Rule of Doubt."  This
  658. means that the Copyright Office has accepted the deposit material
  659. for filing purposes without making any independent determination of
  660. its copyrightability.
  661.  
  662. 3.2.3  COMPUTER SCREEN DISPLAYS.  Computer programs and screen
  663. displays should be registered as a single work.   All copyrightable
  664. expression owned by the same claimant and embodied in a computer
  665. program, or first published as a unit with a computer program,
  666. including computer screen displays, is considered a single work
  667. and should be registered on a single application form.
  668.  
  669.      There is no need to refer to screen displays on the TX
  670. application.  However, once you mention screens or other audio-
  671. visual whistles and bells, you must send copies of screens,
  672. printouts, photographs, drawings, or VHS and the Copyright Examiner
  673. will be forced to make a judgment call on each screen.  Deposit of
  674. screen displays is disfavored by the Copyright Office and will
  675. drastically slow down the application process.
  676.  
  677.  
  678. 3.3  MAILING
  679.  
  680.      Pack up your application form, the deposit material, and the
  681. filing fee, and address the whole package to:
  682.  
  683.                   Register of Copyrights
  684.                   Library of Congress
  685.                   Washington D.C.  20559
  686.  
  687.      Regular U.S. mail is fine, certified or registered delivery
  688. is not necessary.  However, it is a good idea to send include a
  689. cover letter listing the contents of your package.  It also helps
  690. to include a self-addressed postcard for the Copyright Office
  691. mailroom to date-stamp and return to you acknowledging receipt
  692. (see Appendix).  On the postcard, list everything sent in the
  693. package.
  694.  
  695.  
  696. 3.4  OFFICE ACTION
  697.  
  698.      Processing by the Copyright Office usually takes about three
  699. to six months.  If the Examiner has any questions, you will receive
  700. a letter or phone call.  Communications are quite informal, but you
  701. do need to reply to Office actions no later than six months.
  702. Hopefully, the only thing you will receive is a big brown U.S.
  703. government envelope containing your Certificate of Copyright
  704. Registration.
  705.  
  706.  
  707. 3.5  ABOUT THE AUTHOR
  708.  
  709.      Beach A. Craigmyle is a lawyer in Louisville, Kentucky.  He
  710. is a former programmer/analyst, information systems auditor, and
  711. consultant.  He concentrates his legal practice in the areas of
  712. computer law and intellectual property.  His office address is:
  713. 2500 Brown & Williamson Tower, Louisville, Kentucky 40202, phone
  714. (502) 584-1135, FAX (502) 561-0442.  He may also be reached
  715. through the BBS Support (502) 561-0742 (SYSOP), GEnie
  716. (B.CRAIGMYLE), and on CompuServe (72426,2567)
  717.  
  718. ================================================================
  719.  
  720.                          APPENDIX
  721.  
  722.      The documents included in the appendixes below could not be
  723. attached to the disk version of this booklet because they are
  724. typeset.  Basically, they look like any other government document
  725. with lots of lines, boxes, and fine print.
  726.  
  727. ================================================================
  728.                         APPENDIX A
  729.                  Blank Forms TX and TX/CON
  730. ================================================================
  731.                         APPENDIX B
  732.                  Example TX Form Completed
  733.            Certificate of Copyright Registration
  734. ================================================================
  735.                         APPENDIX C
  736.                Request for Special Handling
  737. ================================================================
  738.                         APPENDIX D
  739.              Correspondence with Copyright Office
  740.              1.  Transmittal letter
  741.              2.  Request for Special Relief
  742.  
  743. ================================================================
  744.  
  745.                           INDEX
  746.   References are to Sections and to Appendixes.
  747.  
  748. Abridgements, 2.6
  749. Additions, 1.2, 2.6.2
  750. Anonymity, 2.2.4
  751. Assignment, 2.4.4
  752. Authorship, 2.2.5
  753. BBS support, 3.5
  754. Birthdate, 2.2.1
  755. Blind or handicapped, 2.8
  756. Business name, 2.2.1
  757. Certificate, 1.3, 2.11, Appx B
  758. Claimant, 2.4, 2.2
  759. Coauthor, see Joint
  760. Collection, 2.1
  761. Compilations, 1.2, 2.6
  762. Copying, 1.3, 1.4
  763. Correspondence, 3.3
  764. Courts, 1.3, 1.4
  765. Creation, 1.5, 2.3.1
  766. Damages, 1.4
  767. Dates, 1.4, 2.3
  768. Deposit material, 3.2
  769. Derivative works, 1.2, 2.6
  770. Documentation, 1.2, 3.2
  771. Domicile, 2.2.3
  772. Employment, 2.2.2, 2.4
  773. Expedited handling, 1.4
  774. Expressions, 1.1, 1.2
  775. Fees 2.0, 1.4
  776. Help, 3.5
  777. Ideas 1.1, 1.2
  778. Infringement 1.4
  779. Injunction, 1.3
  780. Joint authors, 2.2, 2.4.3, 2.5
  781. Judgment, 1.4
  782. Mailing address, 2.9, 2.11, 3.3
  783. Merger doctrine, 1.2
  784. Microcode, 1.2
  785. Nationality, 2.2.3
  786. Notice, 1.5
  787. Object code, 1.2, 3.2.2
  788. Patents, Intro, 1.5
  789. Preexisting material, 2.6
  790. Previous registration, 2.5
  791. Pseudonym, 2.2.4
  792. Public domain, 1.2, 2.6.3
  793. Publication, 2.3.2, 2.5, 2.10
  794. Rights, 1.3, 1.2
  795. Rule of doubt, 3.2.2
  796. Screen displays, 1.2, 3.2.3
  797. Signature, 2.10
  798. Similarity, 1.4
  799. Source code, 1.2, 3.2, 3.2.1
  800. Special handling, 1.4, Appx C
  801. Special relief, 3.2.1, Appx D
  802. Titles, 2.1, 2.5
  803. Trade Secrets, 1.5, 3.2.1
  804. Trademarks, Intro, 1.5, 2.1
  805. Transfer statement, 2.4, 2.4.4
  806. Translations, 1.2, 2.6
  807. TX Form, 2.0, Appx A
  808. User interface, 1.1, 1.3
  809. User manual, 1.2, 3.2
  810. Work for hire, 2.2, 2.2.2
  811. Written agreement, 2.2.2, 2.4.4
  812.  
  813. =========================[ END ]================================
  814.  
  815. That's all! I hope it was useful to those asking for it. BTW, the complete file is available on Galaxia (315-695-4436 1200-16.8K 24hrs) in the WineCellar->Macintosh Files->New Uploads section under the title "HowTo(c).txt" for anyone who wants it. Though I'm not sure, I think I originally found it on CompuServe.
  816.  
  817.